From a2cc4bf1152fe37e02ef7c0d248545fcf59e66af Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sat, 12 Nov 2011 22:45:43 +0000 Subject: [PATCH] Prep tweaks for future Groundspeak changes. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4105 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 21fb3edc9..a8803723a 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -270,6 +270,8 @@ typedef struct { unsigned int terr:6; /* (likewise) */ status_type is_archived:2; status_type is_available:2; + status_type is_memberonly:2; + status_type has_customcoords:2; time_t exported; time_t last_found; char* placer; /* Placer name */ -- 2.30.2